home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / horo12.gif < prev    next >
Graphics Interchange Format  |  1996-07-01  |  34KB  |  528x336  |  4-bit (16 colors)
Labels: text | screenshot | display | software | number | computer
OCR: FORMA :: #Form1 :opco method open(var eventinfo Event) fornlib Library endvar if eventinfo.isPreFilter() then : This code executes for each object on the form. else ; This code executes only for the form. ; Hide the form until it is OK to Show it. hide [} Forrib.open("formlib. 1s]", GlobalToDeskTop) if not foralib.topFormsAreEnabled() then msgInfo{"Sorry. This form cannot be opened", "You must first enable the Forms.") - self.close() retura endIf Show() endIF endMethod Fat Ling: